Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Class CommandManagerFactory

java.lang.Object
  extended byorg.eclipse.ui.commands.CommandManagerFactory

public final class CommandManagerFactory
extends Object

This class allows clients to broker instances of ICommandManager.

This class is not intended to be extended by clients.

EXPERIMENTAL

Since:
3.0
See Also:
ICommandManager

Method Summary
static ICommandManager getCommandManager()
          Creates a new instance of ICommandManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCommandManager

public static ICommandManager getCommandManager()
Creates a new instance of ICommandManager.

Returns:
a new instance of ICommandManager. Clients should not make assumptions about the concrete implementation outside the contract of ICommandManager. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.